Live location tracking and playback for the game "manhunt"

Move to a cargo workspace, add LICENSE

bwc9876.dev 388c1505 ea8f119a

verified
+1068 -1363
+1
.gitignore
··· 1 1 result 2 + target 2 3 *.jks
+7
Cargo.toml
··· 1 + [workspace] 2 + members = ["backend", "manhunt-signaling"] 3 + resolver = "3" 4 + 5 + [profile.release] 6 + lto = true 7 + strip = true
+675
LICENSE
··· 1 + GNU GENERAL PUBLIC LICENSE 2 + Version 3, 29 June 2007 3 + 4 + Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> 5 + Everyone is permitted to copy and distribute verbatim copies 6 + of this license document, but changing it is not allowed. 7 + 8 + Preamble 9 + 10 + The GNU General Public License is a free, copyleft license for 11 + software and other kinds of works. 12 + 13 + The licenses for most software and other practical works are designed 14 + to take away your freedom to share and change the works. By contrast, 15 + the GNU General Public License is intended to guarantee your freedom to 16 + share and change all versions of a program--to make sure it remains free 17 + software for all its users. We, the Free Software Foundation, use the 18 + GNU General Public License for most of our software; it applies also to 19 + any other work released this way by its authors. You can apply it to 20 + your programs, too. 21 + 22 + When we speak of free software, we are referring to freedom, not 23 + price. Our General Public Licenses are designed to make sure that you 24 + have the freedom to distribute copies of free software (and charge for 25 + them if you wish), that you receive source code or can get it if you 26 + want it, that you can change the software or use pieces of it in new 27 + free programs, and that you know you can do these things. 28 + 29 + To protect your rights, we need to prevent others from denying you 30 + these rights or asking you to surrender the rights. Therefore, you have 31 + certain responsibilities if you distribute copies of the software, or if 32 + you modify it: responsibilities to respect the freedom of others. 33 + 34 + For example, if you distribute copies of such a program, whether 35 + gratis or for a fee, you must pass on to the recipients the same 36 + freedoms that you received. You must make sure that they, too, receive 37 + or can get the source code. And you must show them these terms so they 38 + know their rights. 39 + 40 + Developers that use the GNU GPL protect your rights with two steps: 41 + (1) assert copyright on the software, and (2) offer you this License 42 + giving you legal permission to copy, distribute and/or modify it. 43 + 44 + For the developers' and authors' protection, the GPL clearly explains 45 + that there is no warranty for this free software. For both users' and 46 + authors' sake, the GPL requires that modified versions be marked as 47 + changed, so that their problems will not be attributed erroneously to 48 + authors of previous versions. 49 + 50 + Some devices are designed to deny users access to install or run 51 + modified versions of the software inside them, although the manufacturer 52 + can do so. This is fundamentally incompatible with the aim of 53 + protecting users' freedom to change the software. The systematic 54 + pattern of such abuse occurs in the area of products for individuals to 55 + use, which is precisely where it is most unacceptable. Therefore, we 56 + have designed this version of the GPL to prohibit the practice for those 57 + products. If such problems arise substantially in other domains, we 58 + stand ready to extend this provision to those domains in future versions 59 + of the GPL, as needed to protect the freedom of users. 60 + 61 + Finally, every program is threatened constantly by software patents. 62 + States should not allow patents to restrict development and use of 63 + software on general-purpose computers, but in those that do, we wish to 64 + avoid the special danger that patents applied to a free program could 65 + make it effectively proprietary. To prevent this, the GPL assures that 66 + patents cannot be used to render the program non-free. 67 + 68 + The precise terms and conditions for copying, distribution and 69 + modification follow. 70 + 71 + TERMS AND CONDITIONS 72 + 73 + 0. Definitions. 74 + 75 + "This License" refers to version 3 of the GNU General Public License. 76 + 77 + "Copyright" also means copyright-like laws that apply to other kinds of 78 + works, such as semiconductor masks. 79 + 80 + "The Program" refers to any copyrightable work licensed under this 81 + License. Each licensee is addressed as "you". "Licensees" and 82 + "recipients" may be individuals or organizations. 83 + 84 + To "modify" a work means to copy from or adapt all or part of the work 85 + in a fashion requiring copyright permission, other than the making of an 86 + exact copy. The resulting work is called a "modified version" of the 87 + earlier work or a work "based on" the earlier work. 88 + 89 + A "covered work" means either the unmodified Program or a work based 90 + on the Program. 91 + 92 + To "propagate" a work means to do anything with it that, without 93 + permission, would make you directly or secondarily liable for 94 + infringement under applicable copyright law, except executing it on a 95 + computer or modifying a private copy. Propagation includes copying, 96 + distribution (with or without modification), making available to the 97 + public, and in some countries other activities as well. 98 + 99 + To "convey" a work means any kind of propagation that enables other 100 + parties to make or receive copies. Mere interaction with a user through 101 + a computer network, with no transfer of a copy, is not conveying. 102 + 103 + An interactive user interface displays "Appropriate Legal Notices" 104 + to the extent that it includes a convenient and prominently visible 105 + feature that (1) displays an appropriate copyright notice, and (2) 106 + tells the user that there is no warranty for the work (except to the 107 + extent that warranties are provided), that licensees may convey the 108 + work under this License, and how to view a copy of this License. If 109 + the interface presents a list of user commands or options, such as a 110 + menu, a prominent item in the list meets this criterion. 111 + 112 + 1. Source Code. 113 + 114 + The "source code" for a work means the preferred form of the work 115 + for making modifications to it. "Object code" means any non-source 116 + form of a work. 117 + 118 + A "Standard Interface" means an interface that either is an official 119 + standard defined by a recognized standards body, or, in the case of 120 + interfaces specified for a particular programming language, one that 121 + is widely used among developers working in that language. 122 + 123 + The "System Libraries" of an executable work include anything, other 124 + than the work as a whole, that (a) is included in the normal form of 125 + packaging a Major Component, but which is not part of that Major 126 + Component, and (b) serves only to enable use of the work with that 127 + Major Component, or to implement a Standard Interface for which an 128 + implementation is available to the public in source code form. A 129 + "Major Component", in this context, means a major essential component 130 + (kernel, window system, and so on) of the specific operating system 131 + (if any) on which the executable work runs, or a compiler used to 132 + produce the work, or an object code interpreter used to run it. 133 + 134 + The "Corresponding Source" for a work in object code form means all 135 + the source code needed to generate, install, and (for an executable 136 + work) run the object code and to modify the work, including scripts to 137 + control those activities. However, it does not include the work's 138 + System Libraries, or general-purpose tools or generally available free 139 + programs which are used unmodified in performing those activities but 140 + which are not part of the work. For example, Corresponding Source 141 + includes interface definition files associated with source files for 142 + the work, and the source code for shared libraries and dynamically 143 + linked subprograms that the work is specifically designed to require, 144 + such as by intimate data communication or control flow between those 145 + subprograms and other parts of the work. 146 + 147 + The Corresponding Source need not include anything that users 148 + can regenerate automatically from other parts of the Corresponding 149 + Source. 150 + 151 + The Corresponding Source for a work in source code form is that 152 + same work. 153 + 154 + 2. Basic Permissions. 155 + 156 + All rights granted under this License are granted for the term of 157 + copyright on the Program, and are irrevocable provided the stated 158 + conditions are met. This License explicitly affirms your unlimited 159 + permission to run the unmodified Program. The output from running a 160 + covered work is covered by this License only if the output, given its 161 + content, constitutes a covered work. This License acknowledges your 162 + rights of fair use or other equivalent, as provided by copyright law. 163 + 164 + You may make, run and propagate covered works that you do not 165 + convey, without conditions so long as your license otherwise remains 166 + in force. You may convey covered works to others for the sole purpose 167 + of having them make modifications exclusively for you, or provide you 168 + with facilities for running those works, provided that you comply with 169 + the terms of this License in conveying all material for which you do 170 + not control copyright. Those thus making or running the covered works 171 + for you must do so exclusively on your behalf, under your direction 172 + and control, on terms that prohibit them from making any copies of 173 + your copyrighted material outside their relationship with you. 174 + 175 + Conveying under any other circumstances is permitted solely under 176 + the conditions stated below. Sublicensing is not allowed; section 10 177 + makes it unnecessary. 178 + 179 + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 + 181 + No covered work shall be deemed part of an effective technological 182 + measure under any applicable law fulfilling obligations under article 183 + 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 + similar laws prohibiting or restricting circumvention of such 185 + measures. 186 + 187 + When you convey a covered work, you waive any legal power to forbid 188 + circumvention of technological measures to the extent such circumvention 189 + is effected by exercising rights under this License with respect to 190 + the covered work, and you disclaim any intention to limit operation or 191 + modification of the work as a means of enforcing, against the work's 192 + users, your or third parties' legal rights to forbid circumvention of 193 + technological measures. 194 + 195 + 4. Conveying Verbatim Copies. 196 + 197 + You may convey verbatim copies of the Program's source code as you 198 + receive it, in any medium, provided that you conspicuously and 199 + appropriately publish on each copy an appropriate copyright notice; 200 + keep intact all notices stating that this License and any 201 + non-permissive terms added in accord with section 7 apply to the code; 202 + keep intact all notices of the absence of any warranty; and give all 203 + recipients a copy of this License along with the Program. 204 + 205 + You may charge any price or no price for each copy that you convey, 206 + and you may offer support or warranty protection for a fee. 207 + 208 + 5. Conveying Modified Source Versions. 209 + 210 + You may convey a work based on the Program, or the modifications to 211 + produce it from the Program, in the form of source code under the 212 + terms of section 4, provided that you also meet all of these conditions: 213 + 214 + a) The work must carry prominent notices stating that you modified 215 + it, and giving a relevant date. 216 + 217 + b) The work must carry prominent notices stating that it is 218 + released under this License and any conditions added under section 219 + 7. This requirement modifies the requirement in section 4 to 220 + "keep intact all notices". 221 + 222 + c) You must license the entire work, as a whole, under this 223 + License to anyone who comes into possession of a copy. This 224 + License will therefore apply, along with any applicable section 7 225 + additional terms, to the whole of the work, and all its parts, 226 + regardless of how they are packaged. This License gives no 227 + permission to license the work in any other way, but it does not 228 + invalidate such permission if you have separately received it. 229 + 230 + d) If the work has interactive user interfaces, each must display 231 + Appropriate Legal Notices; however, if the Program has interactive 232 + interfaces that do not display Appropriate Legal Notices, your 233 + work need not make them do so. 234 + 235 + A compilation of a covered work with other separate and independent 236 + works, which are not by their nature extensions of the covered work, 237 + and which are not combined with it such as to form a larger program, 238 + in or on a volume of a storage or distribution medium, is called an 239 + "aggregate" if the compilation and its resulting copyright are not 240 + used to limit the access or legal rights of the compilation's users 241 + beyond what the individual works permit. Inclusion of a covered work 242 + in an aggregate does not cause this License to apply to the other 243 + parts of the aggregate. 244 + 245 + 6. Conveying Non-Source Forms. 246 + 247 + You may convey a covered work in object code form under the terms 248 + of sections 4 and 5, provided that you also convey the 249 + machine-readable Corresponding Source under the terms of this License, 250 + in one of these ways: 251 + 252 + a) Convey the object code in, or embodied in, a physical product 253 + (including a physical distribution medium), accompanied by the 254 + Corresponding Source fixed on a durable physical medium 255 + customarily used for software interchange. 256 + 257 + b) Convey the object code in, or embodied in, a physical product 258 + (including a physical distribution medium), accompanied by a 259 + written offer, valid for at least three years and valid for as 260 + long as you offer spare parts or customer support for that product 261 + model, to give anyone who possesses the object code either (1) a 262 + copy of the Corresponding Source for all the software in the 263 + product that is covered by this License, on a durable physical 264 + medium customarily used for software interchange, for a price no 265 + more than your reasonable cost of physically performing this 266 + conveying of source, or (2) access to copy the 267 + Corresponding Source from a network server at no charge. 268 + 269 + c) Convey individual copies of the object code with a copy of the 270 + written offer to provide the Corresponding Source. This 271 + alternative is allowed only occasionally and noncommercially, and 272 + only if you received the object code with such an offer, in accord 273 + with subsection 6b. 274 + 275 + d) Convey the object code by offering access from a designated 276 + place (gratis or for a charge), and offer equivalent access to the 277 + Corresponding Source in the same way through the same place at no 278 + further charge. You need not require recipients to copy the 279 + Corresponding Source along with the object code. If the place to 280 + copy the object code is a network server, the Corresponding Source 281 + may be on a different server (operated by you or a third party) 282 + that supports equivalent copying facilities, provided you maintain 283 + clear directions next to the object code saying where to find the 284 + Corresponding Source. Regardless of what server hosts the 285 + Corresponding Source, you remain obligated to ensure that it is 286 + available for as long as needed to satisfy these requirements. 287 + 288 + e) Convey the object code using peer-to-peer transmission, provided 289 + you inform other peers where the object code and Corresponding 290 + Source of the work are being offered to the general public at no 291 + charge under subsection 6d. 292 + 293 + A separable portion of the object code, whose source code is excluded 294 + from the Corresponding Source as a System Library, need not be 295 + included in conveying the object code work. 296 + 297 + A "User Product" is either (1) a "consumer product", which means any 298 + tangible personal property which is normally used for personal, family, 299 + or household purposes, or (2) anything designed or sold for incorporation 300 + into a dwelling. In determining whether a product is a consumer product, 301 + doubtful cases shall be resolved in favor of coverage. For a particular 302 + product received by a particular user, "normally used" refers to a 303 + typical or common use of that class of product, regardless of the status 304 + of the particular user or of the way in which the particular user 305 + actually uses, or expects or is expected to use, the product. A product 306 + is a consumer product regardless of whether the product has substantial 307 + commercial, industrial or non-consumer uses, unless such uses represent 308 + the only significant mode of use of the product. 309 + 310 + "Installation Information" for a User Product means any methods, 311 + procedures, authorization keys, or other information required to install 312 + and execute modified versions of a covered work in that User Product from 313 + a modified version of its Corresponding Source. The information must 314 + suffice to ensure that the continued functioning of the modified object 315 + code is in no case prevented or interfered with solely because 316 + modification has been made. 317 + 318 + If you convey an object code work under this section in, or with, or 319 + specifically for use in, a User Product, and the conveying occurs as 320 + part of a transaction in which the right of possession and use of the 321 + User Product is transferred to the recipient in perpetuity or for a 322 + fixed term (regardless of how the transaction is characterized), the 323 + Corresponding Source conveyed under this section must be accompanied 324 + by the Installation Information. But this requirement does not apply 325 + if neither you nor any third party retains the ability to install 326 + modified object code on the User Product (for example, the work has 327 + been installed in ROM). 328 + 329 + The requirement to provide Installation Information does not include a 330 + requirement to continue to provide support service, warranty, or updates 331 + for a work that has been modified or installed by the recipient, or for 332 + the User Product in which it has been modified or installed. Access to a 333 + network may be denied when the modification itself materially and 334 + adversely affects the operation of the network or violates the rules and 335 + protocols for communication across the network. 336 + 337 + Corresponding Source conveyed, and Installation Information provided, 338 + in accord with this section must be in a format that is publicly 339 + documented (and with an implementation available to the public in 340 + source code form), and must require no special password or key for 341 + unpacking, reading or copying. 342 + 343 + 7. Additional Terms. 344 + 345 + "Additional permissions" are terms that supplement the terms of this 346 + License by making exceptions from one or more of its conditions. 347 + Additional permissions that are applicable to the entire Program shall 348 + be treated as though they were included in this License, to the extent 349 + that they are valid under applicable law. If additional permissions 350 + apply only to part of the Program, that part may be used separately 351 + under those permissions, but the entire Program remains governed by 352 + this License without regard to the additional permissions. 353 + 354 + When you convey a copy of a covered work, you may at your option 355 + remove any additional permissions from that copy, or from any part of 356 + it. (Additional permissions may be written to require their own 357 + removal in certain cases when you modify the work.) You may place 358 + additional permissions on material, added by you to a covered work, 359 + for which you have or can give appropriate copyright permission. 360 + 361 + Notwithstanding any other provision of this License, for material you 362 + add to a covered work, you may (if authorized by the copyright holders of 363 + that material) supplement the terms of this License with terms: 364 + 365 + a) Disclaiming warranty or limiting liability differently from the 366 + terms of sections 15 and 16 of this License; or 367 + 368 + b) Requiring preservation of specified reasonable legal notices or 369 + author attributions in that material or in the Appropriate Legal 370 + Notices displayed by works containing it; or 371 + 372 + c) Prohibiting misrepresentation of the origin of that material, or 373 + requiring that modified versions of such material be marked in 374 + reasonable ways as different from the original version; or 375 + 376 + d) Limiting the use for publicity purposes of names of licensors or 377 + authors of the material; or 378 + 379 + e) Declining to grant rights under trademark law for use of some 380 + trade names, trademarks, or service marks; or 381 + 382 + f) Requiring indemnification of licensors and authors of that 383 + material by anyone who conveys the material (or modified versions of 384 + it) with contractual assumptions of liability to the recipient, for 385 + any liability that these contractual assumptions directly impose on 386 + those licensors and authors. 387 + 388 + All other non-permissive additional terms are considered "further 389 + restrictions" within the meaning of section 10. If the Program as you 390 + received it, or any part of it, contains a notice stating that it is 391 + governed by this License along with a term that is a further 392 + restriction, you may remove that term. If a license document contains 393 + a further restriction but permits relicensing or conveying under this 394 + License, you may add to a covered work material governed by the terms 395 + of that license document, provided that the further restriction does 396 + not survive such relicensing or conveying. 397 + 398 + If you add terms to a covered work in accord with this section, you 399 + must place, in the relevant source files, a statement of the 400 + additional terms that apply to those files, or a notice indicating 401 + where to find the applicable terms. 402 + 403 + Additional terms, permissive or non-permissive, may be stated in the 404 + form of a separately written license, or stated as exceptions; 405 + the above requirements apply either way. 406 + 407 + 8. Termination. 408 + 409 + You may not propagate or modify a covered work except as expressly 410 + provided under this License. Any attempt otherwise to propagate or 411 + modify it is void, and will automatically terminate your rights under 412 + this License (including any patent licenses granted under the third 413 + paragraph of section 11). 414 + 415 + However, if you cease all violation of this License, then your 416 + license from a particular copyright holder is reinstated (a) 417 + provisionally, unless and until the copyright holder explicitly and 418 + finally terminates your license, and (b) permanently, if the copyright 419 + holder fails to notify you of the violation by some reasonable means 420 + prior to 60 days after the cessation. 421 + 422 + Moreover, your license from a particular copyright holder is 423 + reinstated permanently if the copyright holder notifies you of the 424 + violation by some reasonable means, this is the first time you have 425 + received notice of violation of this License (for any work) from that 426 + copyright holder, and you cure the violation prior to 30 days after 427 + your receipt of the notice. 428 + 429 + Termination of your rights under this section does not terminate the 430 + licenses of parties who have received copies or rights from you under 431 + this License. If your rights have been terminated and not permanently 432 + reinstated, you do not qualify to receive new licenses for the same 433 + material under section 10. 434 + 435 + 9. Acceptance Not Required for Having Copies. 436 + 437 + You are not required to accept this License in order to receive or 438 + run a copy of the Program. Ancillary propagation of a covered work 439 + occurring solely as a consequence of using peer-to-peer transmission 440 + to receive a copy likewise does not require acceptance. However, 441 + nothing other than this License grants you permission to propagate or 442 + modify any covered work. These actions infringe copyright if you do 443 + not accept this License. Therefore, by modifying or propagating a 444 + covered work, you indicate your acceptance of this License to do so. 445 + 446 + 10. Automatic Licensing of Downstream Recipients. 447 + 448 + Each time you convey a covered work, the recipient automatically 449 + receives a license from the original licensors, to run, modify and 450 + propagate that work, subject to this License. You are not responsible 451 + for enforcing compliance by third parties with this License. 452 + 453 + An "entity transaction" is a transaction transferring control of an 454 + organization, or substantially all assets of one, or subdividing an 455 + organization, or merging organizations. If propagation of a covered 456 + work results from an entity transaction, each party to that 457 + transaction who receives a copy of the work also receives whatever 458 + licenses to the work the party's predecessor in interest had or could 459 + give under the previous paragraph, plus a right to possession of the 460 + Corresponding Source of the work from the predecessor in interest, if 461 + the predecessor has it or can get it with reasonable efforts. 462 + 463 + You may not impose any further restrictions on the exercise of the 464 + rights granted or affirmed under this License. For example, you may 465 + not impose a license fee, royalty, or other charge for exercise of 466 + rights granted under this License, and you may not initiate litigation 467 + (including a cross-claim or counterclaim in a lawsuit) alleging that 468 + any patent claim is infringed by making, using, selling, offering for 469 + sale, or importing the Program or any portion of it. 470 + 471 + 11. Patents. 472 + 473 + A "contributor" is a copyright holder who authorizes use under this 474 + License of the Program or a work on which the Program is based. The 475 + work thus licensed is called the contributor's "contributor version". 476 + 477 + A contributor's "essential patent claims" are all patent claims 478 + owned or controlled by the contributor, whether already acquired or 479 + hereafter acquired, that would be infringed by some manner, permitted 480 + by this License, of making, using, or selling its contributor version, 481 + but do not include claims that would be infringed only as a 482 + consequence of further modification of the contributor version. For 483 + purposes of this definition, "control" includes the right to grant 484 + patent sublicenses in a manner consistent with the requirements of 485 + this License. 486 + 487 + Each contributor grants you a non-exclusive, worldwide, royalty-free 488 + patent license under the contributor's essential patent claims, to 489 + make, use, sell, offer for sale, import and otherwise run, modify and 490 + propagate the contents of its contributor version. 491 + 492 + In the following three paragraphs, a "patent license" is any express 493 + agreement or commitment, however denominated, not to enforce a patent 494 + (such as an express permission to practice a patent or covenant not to 495 + sue for patent infringement). To "grant" such a patent license to a 496 + party means to make such an agreement or commitment not to enforce a 497 + patent against the party. 498 + 499 + If you convey a covered work, knowingly relying on a patent license, 500 + and the Corresponding Source of the work is not available for anyone 501 + to copy, free of charge and under the terms of this License, through a 502 + publicly available network server or other readily accessible means, 503 + then you must either (1) cause the Corresponding Source to be so 504 + available, or (2) arrange to deprive yourself of the benefit of the 505 + patent license for this particular work, or (3) arrange, in a manner 506 + consistent with the requirements of this License, to extend the patent 507 + license to downstream recipients. "Knowingly relying" means you have 508 + actual knowledge that, but for the patent license, your conveying the 509 + covered work in a country, or your recipient's use of the covered work 510 + in a country, would infringe one or more identifiable patents in that 511 + country that you have reason to believe are valid. 512 + 513 + If, pursuant to or in connection with a single transaction or 514 + arrangement, you convey, or propagate by procuring conveyance of, a 515 + covered work, and grant a patent license to some of the parties 516 + receiving the covered work authorizing them to use, propagate, modify 517 + or convey a specific copy of the covered work, then the patent license 518 + you grant is automatically extended to all recipients of the covered 519 + work and works based on it. 520 + 521 + A patent license is "discriminatory" if it does not include within 522 + the scope of its coverage, prohibits the exercise of, or is 523 + conditioned on the non-exercise of one or more of the rights that are 524 + specifically granted under this License. You may not convey a covered 525 + work if you are a party to an arrangement with a third party that is 526 + in the business of distributing software, under which you make payment 527 + to the third party based on the extent of your activity of conveying 528 + the work, and under which the third party grants, to any of the 529 + parties who would receive the covered work from you, a discriminatory 530 + patent license (a) in connection with copies of the covered work 531 + conveyed by you (or copies made from those copies), or (b) primarily 532 + for and in connection with specific products or compilations that 533 + contain the covered work, unless you entered into that arrangement, 534 + or that patent license was granted, prior to 28 March 2007. 535 + 536 + Nothing in this License shall be construed as excluding or limiting 537 + any implied license or other defenses to infringement that may 538 + otherwise be available to you under applicable patent law. 539 + 540 + 12. No Surrender of Others' Freedom. 541 + 542 + If conditions are imposed on you (whether by court order, agreement or 543 + otherwise) that contradict the conditions of this License, they do not 544 + excuse you from the conditions of this License. If you cannot convey a 545 + covered work so as to satisfy simultaneously your obligations under this 546 + License and any other pertinent obligations, then as a consequence you may 547 + not convey it at all. For example, if you agree to terms that obligate you 548 + to collect a royalty for further conveying from those to whom you convey 549 + the Program, the only way you could satisfy both those terms and this 550 + License would be to refrain entirely from conveying the Program. 551 + 552 + 13. Use with the GNU Affero General Public License. 553 + 554 + Notwithstanding any other provision of this License, you have 555 + permission to link or combine any covered work with a work licensed 556 + under version 3 of the GNU Affero General Public License into a single 557 + combined work, and to convey the resulting work. The terms of this 558 + License will continue to apply to the part which is the covered work, 559 + but the special requirements of the GNU Affero General Public License, 560 + section 13, concerning interaction through a network will apply to the 561 + combination as such. 562 + 563 + 14. Revised Versions of this License. 564 + 565 + The Free Software Foundation may publish revised and/or new versions of 566 + the GNU General Public License from time to time. Such new versions will 567 + be similar in spirit to the present version, but may differ in detail to 568 + address new problems or concerns. 569 + 570 + Each version is given a distinguishing version number. If the 571 + Program specifies that a certain numbered version of the GNU General 572 + Public License "or any later version" applies to it, you have the 573 + option of following the terms and conditions either of that numbered 574 + version or of any later version published by the Free Software 575 + Foundation. If the Program does not specify a version number of the 576 + GNU General Public License, you may choose any version ever published 577 + by the Free Software Foundation. 578 + 579 + If the Program specifies that a proxy can decide which future 580 + versions of the GNU General Public License can be used, that proxy's 581 + public statement of acceptance of a version permanently authorizes you 582 + to choose that version for the Program. 583 + 584 + Later license versions may give you additional or different 585 + permissions. However, no additional obligations are imposed on any 586 + author or copyright holder as a result of your choosing to follow a 587 + later version. 588 + 589 + 15. Disclaimer of Warranty. 590 + 591 + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 + APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 + HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 + OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 + THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 + PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 + IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 + ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 + 600 + 16. Limitation of Liability. 601 + 602 + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 + WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 + THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 + GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 + USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 + DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 + PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 + EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 + SUCH DAMAGES. 611 + 612 + 17. Interpretation of Sections 15 and 16. 613 + 614 + If the disclaimer of warranty and limitation of liability provided 615 + above cannot be given local legal effect according to their terms, 616 + reviewing courts shall apply local law that most closely approximates 617 + an absolute waiver of all civil liability in connection with the 618 + Program, unless a warranty or assumption of liability accompanies a 619 + copy of the Program in return for a fee. 620 + 621 + END OF TERMS AND CONDITIONS 622 + 623 + How to Apply These Terms to Your New Programs 624 + 625 + If you develop a new program, and you want it to be of the greatest 626 + possible use to the public, the best way to achieve this is to make it 627 + free software which everyone can redistribute and change under these terms. 628 + 629 + To do so, attach the following notices to the program. It is safest 630 + to attach them to the start of each source file to most effectively 631 + state the exclusion of warranty; and each file should have at least 632 + the "copyright" line and a pointer to where the full notice is found. 633 + 634 + <one line to give the program's name and a brief idea of what it does.> 635 + Copyright (C) <year> <name of author> 636 + 637 + This program is free software: you can redistribute it and/or modify 638 + it under the terms of the GNU General Public License as published by 639 + the Free Software Foundation, either version 3 of the License, or 640 + (at your option) any later version. 641 + 642 + This program is distributed in the hope that it will be useful, 643 + but WITHOUT ANY WARRANTY; without even the implied warranty of 644 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 645 + GNU General Public License for more details. 646 + 647 + You should have received a copy of the GNU General Public License 648 + along with this program. If not, see <https://www.gnu.org/licenses/>. 649 + 650 + Also add information on how to contact you by electronic and paper mail. 651 + 652 + If the program does terminal interaction, make it output a short 653 + notice like this when it starts in an interactive mode: 654 + 655 + <program> Copyright (C) <year> <name of author> 656 + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 + This is free software, and you are welcome to redistribute it 658 + under certain conditions; type `show c' for details. 659 + 660 + The hypothetical commands `show w' and `show c' should show the appropriate 661 + parts of the General Public License. Of course, your program's commands 662 + might be different; for a GUI interface, you would use an "about box". 663 + 664 + You should also get your employer (if you work as a programmer) or school, 665 + if any, to sign a "copyright disclaimer" for the program, if necessary. 666 + For more information on this, and how to apply and follow the GNU GPL, see 667 + <https://www.gnu.org/licenses/>. 668 + 669 + The GNU General Public License does not permit incorporating your program 670 + into proprietary programs. If your program is a subroutine library, you 671 + may consider it more useful to permit linking proprietary applications with 672 + the library. If this is what you want to do, use the GNU Lesser General 673 + Public License instead of this License. But first, please read 674 + <https://www.gnu.org/licenses/why-not-lgpl.html>. 675 +
-4
backend/.gitignore
··· 1 - # Generated by Cargo 2 - # will have compiled files and executables 3 - /target/ 4 - 5 1 # Generated by Tauri 6 2 # will have schema files for capabilities auto-completion 7 3 /gen/schemas
+327 -13
backend/Cargo.lock Cargo.lock
··· 126 126 ] 127 127 128 128 [[package]] 129 + name = "anstream" 130 + version = "0.6.19" 131 + source = "registry+https://github.com/rust-lang/crates.io-index" 132 + checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933" 133 + dependencies = [ 134 + "anstyle", 135 + "anstyle-parse", 136 + "anstyle-query", 137 + "anstyle-wincon", 138 + "colorchoice", 139 + "is_terminal_polyfill", 140 + "utf8parse", 141 + ] 142 + 143 + [[package]] 144 + name = "anstyle" 145 + version = "1.0.11" 146 + source = "registry+https://github.com/rust-lang/crates.io-index" 147 + checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" 148 + 149 + [[package]] 150 + name = "anstyle-parse" 151 + version = "0.2.7" 152 + source = "registry+https://github.com/rust-lang/crates.io-index" 153 + checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 154 + dependencies = [ 155 + "utf8parse", 156 + ] 157 + 158 + [[package]] 159 + name = "anstyle-query" 160 + version = "1.1.3" 161 + source = "registry+https://github.com/rust-lang/crates.io-index" 162 + checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9" 163 + dependencies = [ 164 + "windows-sys 0.59.0", 165 + ] 166 + 167 + [[package]] 168 + name = "anstyle-wincon" 169 + version = "3.0.9" 170 + source = "registry+https://github.com/rust-lang/crates.io-index" 171 + checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882" 172 + dependencies = [ 173 + "anstyle", 174 + "once_cell_polyfill", 175 + "windows-sys 0.59.0", 176 + ] 177 + 178 + [[package]] 129 179 name = "anyhow" 130 180 version = "1.0.98" 131 181 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 457 507 checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 458 508 459 509 [[package]] 510 + name = "axum" 511 + version = "0.8.4" 512 + source = "registry+https://github.com/rust-lang/crates.io-index" 513 + checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5" 514 + dependencies = [ 515 + "axum-core", 516 + "base64 0.22.1", 517 + "bytes", 518 + "form_urlencoded", 519 + "futures-util", 520 + "http", 521 + "http-body", 522 + "http-body-util", 523 + "hyper", 524 + "hyper-util", 525 + "itoa 1.0.15", 526 + "matchit", 527 + "memchr", 528 + "mime", 529 + "percent-encoding", 530 + "pin-project-lite", 531 + "rustversion", 532 + "serde", 533 + "serde_json", 534 + "serde_path_to_error", 535 + "serde_urlencoded", 536 + "sha1", 537 + "sync_wrapper", 538 + "tokio", 539 + "tokio-tungstenite", 540 + "tower", 541 + "tower-layer", 542 + "tower-service", 543 + "tracing", 544 + ] 545 + 546 + [[package]] 547 + name = "axum-core" 548 + version = "0.5.2" 549 + source = "registry+https://github.com/rust-lang/crates.io-index" 550 + checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6" 551 + dependencies = [ 552 + "bytes", 553 + "futures-core", 554 + "http", 555 + "http-body", 556 + "http-body-util", 557 + "mime", 558 + "pin-project-lite", 559 + "rustversion", 560 + "sync_wrapper", 561 + "tower-layer", 562 + "tower-service", 563 + "tracing", 564 + ] 565 + 566 + [[package]] 460 567 name = "backtrace" 461 568 version = "0.3.75" 462 569 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 846 953 ] 847 954 848 955 [[package]] 956 + name = "colog" 957 + version = "1.3.0" 958 + source = "registry+https://github.com/rust-lang/crates.io-index" 959 + checksum = "2c426b7af8d5e0ad79de6713996632ce31f0d68ba84068fb0d654b396e519df0" 960 + dependencies = [ 961 + "colored", 962 + "env_logger", 963 + "log", 964 + ] 965 + 966 + [[package]] 967 + name = "colorchoice" 968 + version = "1.0.4" 969 + source = "registry+https://github.com/rust-lang/crates.io-index" 970 + checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 971 + 972 + [[package]] 973 + name = "colored" 974 + version = "2.2.0" 975 + source = "registry+https://github.com/rust-lang/crates.io-index" 976 + checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" 977 + dependencies = [ 978 + "lazy_static", 979 + "windows-sys 0.59.0", 980 + ] 981 + 982 + [[package]] 849 983 name = "combine" 850 984 version = "4.6.7" 851 985 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1388 1522 dependencies = [ 1389 1523 "log", 1390 1524 "regex", 1525 + ] 1526 + 1527 + [[package]] 1528 + name = "env_logger" 1529 + version = "0.11.8" 1530 + source = "registry+https://github.com/rust-lang/crates.io-index" 1531 + checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" 1532 + dependencies = [ 1533 + "anstream", 1534 + "anstyle", 1535 + "env_filter", 1536 + "jiff", 1537 + "log", 1391 1538 ] 1392 1539 1393 1540 [[package]] ··· 2137 2284 checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 2138 2285 2139 2286 [[package]] 2287 + name = "httpdate" 2288 + version = "1.0.3" 2289 + source = "registry+https://github.com/rust-lang/crates.io-index" 2290 + checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 2291 + 2292 + [[package]] 2140 2293 name = "hyper" 2141 2294 version = "1.6.0" 2142 2295 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2148 2301 "http", 2149 2302 "http-body", 2150 2303 "httparse", 2304 + "httpdate", 2151 2305 "itoa 1.0.15", 2152 2306 "pin-project-lite", 2153 2307 "smallvec", ··· 2423 2577 ] 2424 2578 2425 2579 [[package]] 2580 + name = "is_terminal_polyfill" 2581 + version = "1.70.1" 2582 + source = "registry+https://github.com/rust-lang/crates.io-index" 2583 + checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 2584 + 2585 + [[package]] 2426 2586 name = "itoa" 2427 2587 version = "0.4.8" 2428 2588 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2458 2618 ] 2459 2619 2460 2620 [[package]] 2621 + name = "jiff" 2622 + version = "0.2.15" 2623 + source = "registry+https://github.com/rust-lang/crates.io-index" 2624 + checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49" 2625 + dependencies = [ 2626 + "jiff-static", 2627 + "log", 2628 + "portable-atomic", 2629 + "portable-atomic-util", 2630 + "serde", 2631 + ] 2632 + 2633 + [[package]] 2634 + name = "jiff-static" 2635 + version = "0.2.15" 2636 + source = "registry+https://github.com/rust-lang/crates.io-index" 2637 + checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4" 2638 + dependencies = [ 2639 + "proc-macro2", 2640 + "quote", 2641 + "syn 2.0.103", 2642 + ] 2643 + 2644 + [[package]] 2461 2645 name = "jni" 2462 2646 version = "0.21.1" 2463 2647 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2677 2861 ] 2678 2862 2679 2863 [[package]] 2864 + name = "manhunt-signaling" 2865 + version = "0.1.0" 2866 + dependencies = [ 2867 + "anyhow", 2868 + "async-trait", 2869 + "axum", 2870 + "colog", 2871 + "futures", 2872 + "log", 2873 + "matchbox_protocol", 2874 + "matchbox_signaling", 2875 + "tokio", 2876 + ] 2877 + 2878 + [[package]] 2680 2879 name = "markup5ever" 2681 2880 version = "0.11.0" 2682 2881 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2699 2898 "cfg-if", 2700 2899 "derive_more 2.0.1", 2701 2900 "serde", 2901 + "serde_json", 2902 + "uuid", 2903 + ] 2904 + 2905 + [[package]] 2906 + name = "matchbox_signaling" 2907 + version = "0.12.0" 2908 + source = "registry+https://github.com/rust-lang/crates.io-index" 2909 + checksum = "0f30f7e4302e1d80a824503c78b893bf0635ee864a7c0e4394d76b6dd61bab12" 2910 + dependencies = [ 2911 + "async-trait", 2912 + "axum", 2913 + "futures", 2914 + "hyper", 2915 + "matchbox_protocol", 2916 + "serde", 2917 + "serde_json", 2918 + "thiserror 2.0.12", 2919 + "tokio", 2920 + "tokio-stream", 2921 + "tower-http", 2922 + "tracing", 2702 2923 "uuid", 2703 2924 ] 2704 2925 ··· 2739 2960 version = "0.1.10" 2740 2961 source = "registry+https://github.com/rust-lang/crates.io-index" 2741 2962 checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 2963 + 2964 + [[package]] 2965 + name = "matchit" 2966 + version = "0.8.4" 2967 + source = "registry+https://github.com/rust-lang/crates.io-index" 2968 + checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 2742 2969 2743 2970 [[package]] 2744 2971 name = "md-5" ··· 3223 3450 checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 3224 3451 3225 3452 [[package]] 3453 + name = "once_cell_polyfill" 3454 + version = "1.70.1" 3455 + source = "registry+https://github.com/rust-lang/crates.io-index" 3456 + checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" 3457 + 3458 + [[package]] 3226 3459 name = "opaque-debug" 3227 3460 version = "0.3.1" 3228 3461 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3614 3847 checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 3615 3848 3616 3849 [[package]] 3850 + name = "portable-atomic-util" 3851 + version = "0.2.4" 3852 + source = "registry+https://github.com/rust-lang/crates.io-index" 3853 + checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" 3854 + dependencies = [ 3855 + "portable-atomic", 3856 + ] 3857 + 3858 + [[package]] 3617 3859 name = "potential_utf" 3618 3860 version = "0.1.2" 3619 3861 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3920 4162 ] 3921 4163 3922 4164 [[package]] 4165 + name = "ref-cast" 4166 + version = "1.0.24" 4167 + source = "registry+https://github.com/rust-lang/crates.io-index" 4168 + checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf" 4169 + dependencies = [ 4170 + "ref-cast-impl", 4171 + ] 4172 + 4173 + [[package]] 4174 + name = "ref-cast-impl" 4175 + version = "1.0.24" 4176 + source = "registry+https://github.com/rust-lang/crates.io-index" 4177 + checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7" 4178 + dependencies = [ 4179 + "proc-macro2", 4180 + "quote", 4181 + "syn 2.0.103", 4182 + ] 4183 + 4184 + [[package]] 3923 4185 name = "regex" 3924 4186 version = "1.11.1" 3925 4187 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4248 4510 ] 4249 4511 4250 4512 [[package]] 4513 + name = "schemars" 4514 + version = "0.9.0" 4515 + source = "registry+https://github.com/rust-lang/crates.io-index" 4516 + checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" 4517 + dependencies = [ 4518 + "dyn-clone", 4519 + "ref-cast", 4520 + "serde", 4521 + "serde_json", 4522 + ] 4523 + 4524 + [[package]] 4251 4525 name = "schemars_derive" 4252 4526 version = "0.8.22" 4253 4527 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4414 4688 ] 4415 4689 4416 4690 [[package]] 4691 + name = "serde_path_to_error" 4692 + version = "0.1.17" 4693 + source = "registry+https://github.com/rust-lang/crates.io-index" 4694 + checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a" 4695 + dependencies = [ 4696 + "itoa 1.0.15", 4697 + "serde", 4698 + ] 4699 + 4700 + [[package]] 4417 4701 name = "serde_repr" 4418 4702 version = "0.1.20" 4419 4703 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4447 4731 4448 4732 [[package]] 4449 4733 name = "serde_with" 4450 - version = "3.12.0" 4734 + version = "3.13.0" 4451 4735 source = "registry+https://github.com/rust-lang/crates.io-index" 4452 - checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa" 4736 + checksum = "bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42" 4453 4737 dependencies = [ 4454 4738 "base64 0.22.1", 4455 4739 "chrono", 4456 4740 "hex", 4457 4741 "indexmap 1.9.3", 4458 4742 "indexmap 2.9.0", 4743 + "schemars 0.9.0", 4459 4744 "serde", 4460 4745 "serde_derive", 4461 4746 "serde_json", ··· 4465 4750 4466 4751 [[package]] 4467 4752 name = "serde_with_macros" 4468 - version = "3.12.0" 4753 + version = "3.13.0" 4469 4754 source = "registry+https://github.com/rust-lang/crates.io-index" 4470 - checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e" 4755 + checksum = "81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77" 4471 4756 dependencies = [ 4472 4757 "darling", 4473 4758 "proc-macro2", ··· 4580 4865 4581 4866 [[package]] 4582 4867 name = "slab" 4583 - version = "0.4.9" 4868 + version = "0.4.10" 4584 4869 source = "registry+https://github.com/rust-lang/crates.io-index" 4585 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 4586 - dependencies = [ 4587 - "autocfg", 4588 - ] 4870 + checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d" 4589 4871 4590 4872 [[package]] 4591 4873 name = "smallvec" ··· 4985 5267 "glob", 4986 5268 "heck 0.5.0", 4987 5269 "json-patch", 4988 - "schemars", 5270 + "schemars 0.8.22", 4989 5271 "semver", 4990 5272 "serde", 4991 5273 "serde_json", ··· 5045 5327 "anyhow", 5046 5328 "glob", 5047 5329 "plist", 5048 - "schemars", 5330 + "schemars 0.8.22", 5049 5331 "serde", 5050 5332 "serde_json", 5051 5333 "tauri-utils", ··· 5119 5401 "objc2-app-kit", 5120 5402 "objc2-foundation 0.3.1", 5121 5403 "open", 5122 - "schemars", 5404 + "schemars 0.8.22", 5123 5405 "serde", 5124 5406 "serde_json", 5125 5407 "tauri", ··· 5246 5528 "proc-macro2", 5247 5529 "quote", 5248 5530 "regex", 5249 - "schemars", 5531 + "schemars 0.8.22", 5250 5532 "semver", 5251 5533 "serde", 5252 5534 "serde-untagged", ··· 5442 5724 ] 5443 5725 5444 5726 [[package]] 5727 + name = "tokio-stream" 5728 + version = "0.1.17" 5729 + source = "registry+https://github.com/rust-lang/crates.io-index" 5730 + checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" 5731 + dependencies = [ 5732 + "futures-core", 5733 + "pin-project-lite", 5734 + "tokio", 5735 + ] 5736 + 5737 + [[package]] 5738 + name = "tokio-tungstenite" 5739 + version = "0.26.2" 5740 + source = "registry+https://github.com/rust-lang/crates.io-index" 5741 + checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084" 5742 + dependencies = [ 5743 + "futures-util", 5744 + "log", 5745 + "tokio", 5746 + "tungstenite", 5747 + ] 5748 + 5749 + [[package]] 5445 5750 name = "tokio-util" 5446 5751 version = "0.7.15" 5447 5752 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5531 5836 "tokio", 5532 5837 "tower-layer", 5533 5838 "tower-service", 5839 + "tracing", 5534 5840 ] 5535 5841 5536 5842 [[package]] ··· 5549 5855 "tower", 5550 5856 "tower-layer", 5551 5857 "tower-service", 5858 + "tracing", 5552 5859 ] 5553 5860 5554 5861 [[package]] ··· 5569 5876 source = "registry+https://github.com/rust-lang/crates.io-index" 5570 5877 checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 5571 5878 dependencies = [ 5879 + "log", 5572 5880 "pin-project-lite", 5573 5881 "tracing-attributes", 5574 5882 "tracing-core", ··· 5799 6107 version = "1.0.4" 5800 6108 source = "registry+https://github.com/rust-lang/crates.io-index" 5801 6109 checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 6110 + 6111 + [[package]] 6112 + name = "utf8parse" 6113 + version = "0.2.2" 6114 + source = "registry+https://github.com/rust-lang/crates.io-index" 6115 + checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 5802 6116 5803 6117 [[package]] 5804 6118 name = "uuid"
+5 -1
justfile
··· 13 13 14 14 # Format everything 15 15 fmt: 16 - cd backend && cargo fmt 16 + cargo fmt 17 17 cd frontend && npm run format 18 18 19 19 # Connect and run on an Android VM/Physical device ··· 38 38 cargo run --bin export-types ../frontend/src/bindings.ts 39 39 prettier --write ../frontend/src/bindings.ts 40 40 41 + # Start the signaling server on localhost:3536 42 + [working-directory: 'manhunt-signaling'] 43 + signaling: 44 + cargo run 127.0.0.1:3536
-2
manhunt-signaling/.gitignore
··· 1 - target 2 - result
-1337
manhunt-signaling/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 4 4 - 5 - [[package]] 6 - name = "addr2line" 7 - version = "0.24.2" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 10 - dependencies = [ 11 - "gimli", 12 - ] 13 - 14 - [[package]] 15 - name = "adler2" 16 - version = "2.0.1" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 19 - 20 - [[package]] 21 - name = "aho-corasick" 22 - version = "1.1.3" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 25 - dependencies = [ 26 - "memchr", 27 - ] 28 - 29 - [[package]] 30 - name = "anstream" 31 - version = "0.6.19" 32 - source = "registry+https://github.com/rust-lang/crates.io-index" 33 - checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933" 34 - dependencies = [ 35 - "anstyle", 36 - "anstyle-parse", 37 - "anstyle-query", 38 - "anstyle-wincon", 39 - "colorchoice", 40 - "is_terminal_polyfill", 41 - "utf8parse", 42 - ] 43 - 44 - [[package]] 45 - name = "anstyle" 46 - version = "1.0.11" 47 - source = "registry+https://github.com/rust-lang/crates.io-index" 48 - checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" 49 - 50 - [[package]] 51 - name = "anstyle-parse" 52 - version = "0.2.7" 53 - source = "registry+https://github.com/rust-lang/crates.io-index" 54 - checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 55 - dependencies = [ 56 - "utf8parse", 57 - ] 58 - 59 - [[package]] 60 - name = "anstyle-query" 61 - version = "1.1.3" 62 - source = "registry+https://github.com/rust-lang/crates.io-index" 63 - checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9" 64 - dependencies = [ 65 - "windows-sys 0.59.0", 66 - ] 67 - 68 - [[package]] 69 - name = "anstyle-wincon" 70 - version = "3.0.9" 71 - source = "registry+https://github.com/rust-lang/crates.io-index" 72 - checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882" 73 - dependencies = [ 74 - "anstyle", 75 - "once_cell_polyfill", 76 - "windows-sys 0.59.0", 77 - ] 78 - 79 - [[package]] 80 - name = "anyhow" 81 - version = "1.0.98" 82 - source = "registry+https://github.com/rust-lang/crates.io-index" 83 - checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" 84 - 85 - [[package]] 86 - name = "async-trait" 87 - version = "0.1.88" 88 - source = "registry+https://github.com/rust-lang/crates.io-index" 89 - checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" 90 - dependencies = [ 91 - "proc-macro2", 92 - "quote", 93 - "syn", 94 - ] 95 - 96 - [[package]] 97 - name = "axum" 98 - version = "0.8.4" 99 - source = "registry+https://github.com/rust-lang/crates.io-index" 100 - checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5" 101 - dependencies = [ 102 - "axum-core", 103 - "base64", 104 - "bytes", 105 - "form_urlencoded", 106 - "futures-util", 107 - "http", 108 - "http-body", 109 - "http-body-util", 110 - "hyper", 111 - "hyper-util", 112 - "itoa", 113 - "matchit", 114 - "memchr", 115 - "mime", 116 - "percent-encoding", 117 - "pin-project-lite", 118 - "rustversion", 119 - "serde", 120 - "serde_json", 121 - "serde_path_to_error", 122 - "serde_urlencoded", 123 - "sha1", 124 - "sync_wrapper", 125 - "tokio", 126 - "tokio-tungstenite", 127 - "tower", 128 - "tower-layer", 129 - "tower-service", 130 - "tracing", 131 - ] 132 - 133 - [[package]] 134 - name = "axum-core" 135 - version = "0.5.2" 136 - source = "registry+https://github.com/rust-lang/crates.io-index" 137 - checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6" 138 - dependencies = [ 139 - "bytes", 140 - "futures-core", 141 - "http", 142 - "http-body", 143 - "http-body-util", 144 - "mime", 145 - "pin-project-lite", 146 - "rustversion", 147 - "sync_wrapper", 148 - "tower-layer", 149 - "tower-service", 150 - "tracing", 151 - ] 152 - 153 - [[package]] 154 - name = "backtrace" 155 - version = "0.3.75" 156 - source = "registry+https://github.com/rust-lang/crates.io-index" 157 - checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" 158 - dependencies = [ 159 - "addr2line", 160 - "cfg-if", 161 - "libc", 162 - "miniz_oxide", 163 - "object", 164 - "rustc-demangle", 165 - "windows-targets", 166 - ] 167 - 168 - [[package]] 169 - name = "base64" 170 - version = "0.22.1" 171 - source = "registry+https://github.com/rust-lang/crates.io-index" 172 - checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 173 - 174 - [[package]] 175 - name = "bitflags" 176 - version = "2.9.1" 177 - source = "registry+https://github.com/rust-lang/crates.io-index" 178 - checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" 179 - 180 - [[package]] 181 - name = "block-buffer" 182 - version = "0.10.4" 183 - source = "registry+https://github.com/rust-lang/crates.io-index" 184 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 185 - dependencies = [ 186 - "generic-array", 187 - ] 188 - 189 - [[package]] 190 - name = "bumpalo" 191 - version = "3.18.1" 192 - source = "registry+https://github.com/rust-lang/crates.io-index" 193 - checksum = "793db76d6187cd04dff33004d8e6c9cc4e05cd330500379d2394209271b4aeee" 194 - 195 - [[package]] 196 - name = "bytes" 197 - version = "1.10.1" 198 - source = "registry+https://github.com/rust-lang/crates.io-index" 199 - checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 200 - 201 - [[package]] 202 - name = "cfg-if" 203 - version = "1.0.1" 204 - source = "registry+https://github.com/rust-lang/crates.io-index" 205 - checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" 206 - 207 - [[package]] 208 - name = "colog" 209 - version = "1.3.0" 210 - source = "registry+https://github.com/rust-lang/crates.io-index" 211 - checksum = "2c426b7af8d5e0ad79de6713996632ce31f0d68ba84068fb0d654b396e519df0" 212 - dependencies = [ 213 - "colored", 214 - "env_logger", 215 - "log", 216 - ] 217 - 218 - [[package]] 219 - name = "colorchoice" 220 - version = "1.0.4" 221 - source = "registry+https://github.com/rust-lang/crates.io-index" 222 - checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 223 - 224 - [[package]] 225 - name = "colored" 226 - version = "2.2.0" 227 - source = "registry+https://github.com/rust-lang/crates.io-index" 228 - checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" 229 - dependencies = [ 230 - "lazy_static", 231 - "windows-sys 0.59.0", 232 - ] 233 - 234 - [[package]] 235 - name = "cpufeatures" 236 - version = "0.2.17" 237 - source = "registry+https://github.com/rust-lang/crates.io-index" 238 - checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 239 - dependencies = [ 240 - "libc", 241 - ] 242 - 243 - [[package]] 244 - name = "crypto-common" 245 - version = "0.1.6" 246 - source = "registry+https://github.com/rust-lang/crates.io-index" 247 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 248 - dependencies = [ 249 - "generic-array", 250 - "typenum", 251 - ] 252 - 253 - [[package]] 254 - name = "data-encoding" 255 - version = "2.9.0" 256 - source = "registry+https://github.com/rust-lang/crates.io-index" 257 - checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 258 - 259 - [[package]] 260 - name = "derive_more" 261 - version = "2.0.1" 262 - source = "registry+https://github.com/rust-lang/crates.io-index" 263 - checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678" 264 - dependencies = [ 265 - "derive_more-impl", 266 - ] 267 - 268 - [[package]] 269 - name = "derive_more-impl" 270 - version = "2.0.1" 271 - source = "registry+https://github.com/rust-lang/crates.io-index" 272 - checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3" 273 - dependencies = [ 274 - "proc-macro2", 275 - "quote", 276 - "syn", 277 - "unicode-xid", 278 - ] 279 - 280 - [[package]] 281 - name = "digest" 282 - version = "0.10.7" 283 - source = "registry+https://github.com/rust-lang/crates.io-index" 284 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 285 - dependencies = [ 286 - "block-buffer", 287 - "crypto-common", 288 - ] 289 - 290 - [[package]] 291 - name = "env_filter" 292 - version = "0.1.3" 293 - source = "registry+https://github.com/rust-lang/crates.io-index" 294 - checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0" 295 - dependencies = [ 296 - "log", 297 - "regex", 298 - ] 299 - 300 - [[package]] 301 - name = "env_logger" 302 - version = "0.11.8" 303 - source = "registry+https://github.com/rust-lang/crates.io-index" 304 - checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" 305 - dependencies = [ 306 - "anstream", 307 - "anstyle", 308 - "env_filter", 309 - "jiff", 310 - "log", 311 - ] 312 - 313 - [[package]] 314 - name = "fnv" 315 - version = "1.0.7" 316 - source = "registry+https://github.com/rust-lang/crates.io-index" 317 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 318 - 319 - [[package]] 320 - name = "form_urlencoded" 321 - version = "1.2.1" 322 - source = "registry+https://github.com/rust-lang/crates.io-index" 323 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 324 - dependencies = [ 325 - "percent-encoding", 326 - ] 327 - 328 - [[package]] 329 - name = "futures" 330 - version = "0.3.31" 331 - source = "registry+https://github.com/rust-lang/crates.io-index" 332 - checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 333 - dependencies = [ 334 - "futures-channel", 335 - "futures-core", 336 - "futures-executor", 337 - "futures-io", 338 - "futures-sink", 339 - "futures-task", 340 - "futures-util", 341 - ] 342 - 343 - [[package]] 344 - name = "futures-channel" 345 - version = "0.3.31" 346 - source = "registry+https://github.com/rust-lang/crates.io-index" 347 - checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 348 - dependencies = [ 349 - "futures-core", 350 - "futures-sink", 351 - ] 352 - 353 - [[package]] 354 - name = "futures-core" 355 - version = "0.3.31" 356 - source = "registry+https://github.com/rust-lang/crates.io-index" 357 - checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 358 - 359 - [[package]] 360 - name = "futures-executor" 361 - version = "0.3.31" 362 - source = "registry+https://github.com/rust-lang/crates.io-index" 363 - checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 364 - dependencies = [ 365 - "futures-core", 366 - "futures-task", 367 - "futures-util", 368 - ] 369 - 370 - [[package]] 371 - name = "futures-io" 372 - version = "0.3.31" 373 - source = "registry+https://github.com/rust-lang/crates.io-index" 374 - checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 375 - 376 - [[package]] 377 - name = "futures-macro" 378 - version = "0.3.31" 379 - source = "registry+https://github.com/rust-lang/crates.io-index" 380 - checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 381 - dependencies = [ 382 - "proc-macro2", 383 - "quote", 384 - "syn", 385 - ] 386 - 387 - [[package]] 388 - name = "futures-sink" 389 - version = "0.3.31" 390 - source = "registry+https://github.com/rust-lang/crates.io-index" 391 - checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 392 - 393 - [[package]] 394 - name = "futures-task" 395 - version = "0.3.31" 396 - source = "registry+https://github.com/rust-lang/crates.io-index" 397 - checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 398 - 399 - [[package]] 400 - name = "futures-util" 401 - version = "0.3.31" 402 - source = "registry+https://github.com/rust-lang/crates.io-index" 403 - checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 404 - dependencies = [ 405 - "futures-channel", 406 - "futures-core", 407 - "futures-io", 408 - "futures-macro", 409 - "futures-sink", 410 - "futures-task", 411 - "memchr", 412 - "pin-project-lite", 413 - "pin-utils", 414 - "slab", 415 - ] 416 - 417 - [[package]] 418 - name = "generic-array" 419 - version = "0.14.7" 420 - source = "registry+https://github.com/rust-lang/crates.io-index" 421 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 422 - dependencies = [ 423 - "typenum", 424 - "version_check", 425 - ] 426 - 427 - [[package]] 428 - name = "getrandom" 429 - version = "0.3.3" 430 - source = "registry+https://github.com/rust-lang/crates.io-index" 431 - checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 432 - dependencies = [ 433 - "cfg-if", 434 - "libc", 435 - "r-efi", 436 - "wasi 0.14.2+wasi-0.2.4", 437 - ] 438 - 439 - [[package]] 440 - name = "gimli" 441 - version = "0.31.1" 442 - source = "registry+https://github.com/rust-lang/crates.io-index" 443 - checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 444 - 445 - [[package]] 446 - name = "http" 447 - version = "1.3.1" 448 - source = "registry+https://github.com/rust-lang/crates.io-index" 449 - checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 450 - dependencies = [ 451 - "bytes", 452 - "fnv", 453 - "itoa", 454 - ] 455 - 456 - [[package]] 457 - name = "http-body" 458 - version = "1.0.1" 459 - source = "registry+https://github.com/rust-lang/crates.io-index" 460 - checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 461 - dependencies = [ 462 - "bytes", 463 - "http", 464 - ] 465 - 466 - [[package]] 467 - name = "http-body-util" 468 - version = "0.1.3" 469 - source = "registry+https://github.com/rust-lang/crates.io-index" 470 - checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 471 - dependencies = [ 472 - "bytes", 473 - "futures-core", 474 - "http", 475 - "http-body", 476 - "pin-project-lite", 477 - ] 478 - 479 - [[package]] 480 - name = "httparse" 481 - version = "1.10.1" 482 - source = "registry+https://github.com/rust-lang/crates.io-index" 483 - checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 484 - 485 - [[package]] 486 - name = "httpdate" 487 - version = "1.0.3" 488 - source = "registry+https://github.com/rust-lang/crates.io-index" 489 - checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 490 - 491 - [[package]] 492 - name = "hyper" 493 - version = "1.6.0" 494 - source = "registry+https://github.com/rust-lang/crates.io-index" 495 - checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" 496 - dependencies = [ 497 - "bytes", 498 - "futures-channel", 499 - "futures-util", 500 - "http", 501 - "http-body", 502 - "httparse", 503 - "httpdate", 504 - "itoa", 505 - "pin-project-lite", 506 - "smallvec", 507 - "tokio", 508 - ] 509 - 510 - [[package]] 511 - name = "hyper-util" 512 - version = "0.1.14" 513 - source = "registry+https://github.com/rust-lang/crates.io-index" 514 - checksum = "dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb" 515 - dependencies = [ 516 - "bytes", 517 - "futures-core", 518 - "http", 519 - "http-body", 520 - "hyper", 521 - "pin-project-lite", 522 - "tokio", 523 - "tower-service", 524 - ] 525 - 526 - [[package]] 527 - name = "is_terminal_polyfill" 528 - version = "1.70.1" 529 - source = "registry+https://github.com/rust-lang/crates.io-index" 530 - checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 531 - 532 - [[package]] 533 - name = "itoa" 534 - version = "1.0.15" 535 - source = "registry+https://github.com/rust-lang/crates.io-index" 536 - checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 537 - 538 - [[package]] 539 - name = "jiff" 540 - version = "0.2.15" 541 - source = "registry+https://github.com/rust-lang/crates.io-index" 542 - checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49" 543 - dependencies = [ 544 - "jiff-static", 545 - "log", 546 - "portable-atomic", 547 - "portable-atomic-util", 548 - "serde", 549 - ] 550 - 551 - [[package]] 552 - name = "jiff-static" 553 - version = "0.2.15" 554 - source = "registry+https://github.com/rust-lang/crates.io-index" 555 - checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4" 556 - dependencies = [ 557 - "proc-macro2", 558 - "quote", 559 - "syn", 560 - ] 561 - 562 - [[package]] 563 - name = "js-sys" 564 - version = "0.3.77" 565 - source = "registry+https://github.com/rust-lang/crates.io-index" 566 - checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 567 - dependencies = [ 568 - "once_cell", 569 - "wasm-bindgen", 570 - ] 571 - 572 - [[package]] 573 - name = "lazy_static" 574 - version = "1.5.0" 575 - source = "registry+https://github.com/rust-lang/crates.io-index" 576 - checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 577 - 578 - [[package]] 579 - name = "libc" 580 - version = "0.2.173" 581 - source = "registry+https://github.com/rust-lang/crates.io-index" 582 - checksum = "d8cfeafaffdbc32176b64fb251369d52ea9f0a8fbc6f8759edffef7b525d64bb" 583 - 584 - [[package]] 585 - name = "log" 586 - version = "0.4.27" 587 - source = "registry+https://github.com/rust-lang/crates.io-index" 588 - checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" 589 - 590 - [[package]] 591 - name = "manhunt-signaling" 592 - version = "0.1.0" 593 - dependencies = [ 594 - "anyhow", 595 - "async-trait", 596 - "axum", 597 - "colog", 598 - "futures", 599 - "log", 600 - "matchbox_protocol", 601 - "matchbox_signaling", 602 - "tokio", 603 - ] 604 - 605 - [[package]] 606 - name = "matchbox_protocol" 607 - version = "0.12.0" 608 - source = "registry+https://github.com/rust-lang/crates.io-index" 609 - checksum = "f0cfe43dd6af96da1ea044838f59b8d7438971f85376be464ead11bbd7a01c27" 610 - dependencies = [ 611 - "cfg-if", 612 - "derive_more", 613 - "serde", 614 - "serde_json", 615 - "uuid", 616 - ] 617 - 618 - [[package]] 619 - name = "matchbox_signaling" 620 - version = "0.12.0" 621 - source = "registry+https://github.com/rust-lang/crates.io-index" 622 - checksum = "0f30f7e4302e1d80a824503c78b893bf0635ee864a7c0e4394d76b6dd61bab12" 623 - dependencies = [ 624 - "async-trait", 625 - "axum", 626 - "futures", 627 - "hyper", 628 - "matchbox_protocol", 629 - "serde", 630 - "serde_json", 631 - "thiserror", 632 - "tokio", 633 - "tokio-stream", 634 - "tower-http", 635 - "tracing", 636 - "uuid", 637 - ] 638 - 639 - [[package]] 640 - name = "matchit" 641 - version = "0.8.4" 642 - source = "registry+https://github.com/rust-lang/crates.io-index" 643 - checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 644 - 645 - [[package]] 646 - name = "memchr" 647 - version = "2.7.5" 648 - source = "registry+https://github.com/rust-lang/crates.io-index" 649 - checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" 650 - 651 - [[package]] 652 - name = "mime" 653 - version = "0.3.17" 654 - source = "registry+https://github.com/rust-lang/crates.io-index" 655 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 656 - 657 - [[package]] 658 - name = "miniz_oxide" 659 - version = "0.8.9" 660 - source = "registry+https://github.com/rust-lang/crates.io-index" 661 - checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 662 - dependencies = [ 663 - "adler2", 664 - ] 665 - 666 - [[package]] 667 - name = "mio" 668 - version = "1.0.4" 669 - source = "registry+https://github.com/rust-lang/crates.io-index" 670 - checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" 671 - dependencies = [ 672 - "libc", 673 - "wasi 0.11.1+wasi-snapshot-preview1", 674 - "windows-sys 0.59.0", 675 - ] 676 - 677 - [[package]] 678 - name = "object" 679 - version = "0.36.7" 680 - source = "registry+https://github.com/rust-lang/crates.io-index" 681 - checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 682 - dependencies = [ 683 - "memchr", 684 - ] 685 - 686 - [[package]] 687 - name = "once_cell" 688 - version = "1.21.3" 689 - source = "registry+https://github.com/rust-lang/crates.io-index" 690 - checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 691 - 692 - [[package]] 693 - name = "once_cell_polyfill" 694 - version = "1.70.1" 695 - source = "registry+https://github.com/rust-lang/crates.io-index" 696 - checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" 697 - 698 - [[package]] 699 - name = "percent-encoding" 700 - version = "2.3.1" 701 - source = "registry+https://github.com/rust-lang/crates.io-index" 702 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 703 - 704 - [[package]] 705 - name = "pin-project-lite" 706 - version = "0.2.16" 707 - source = "registry+https://github.com/rust-lang/crates.io-index" 708 - checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 709 - 710 - [[package]] 711 - name = "pin-utils" 712 - version = "0.1.0" 713 - source = "registry+https://github.com/rust-lang/crates.io-index" 714 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 715 - 716 - [[package]] 717 - name = "portable-atomic" 718 - version = "1.11.1" 719 - source = "registry+https://github.com/rust-lang/crates.io-index" 720 - checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 721 - 722 - [[package]] 723 - name = "portable-atomic-util" 724 - version = "0.2.4" 725 - source = "registry+https://github.com/rust-lang/crates.io-index" 726 - checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" 727 - dependencies = [ 728 - "portable-atomic", 729 - ] 730 - 731 - [[package]] 732 - name = "ppv-lite86" 733 - version = "0.2.21" 734 - source = "registry+https://github.com/rust-lang/crates.io-index" 735 - checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 736 - dependencies = [ 737 - "zerocopy", 738 - ] 739 - 740 - [[package]] 741 - name = "proc-macro2" 742 - version = "1.0.95" 743 - source = "registry+https://github.com/rust-lang/crates.io-index" 744 - checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" 745 - dependencies = [ 746 - "unicode-ident", 747 - ] 748 - 749 - [[package]] 750 - name = "quote" 751 - version = "1.0.40" 752 - source = "registry+https://github.com/rust-lang/crates.io-index" 753 - checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 754 - dependencies = [ 755 - "proc-macro2", 756 - ] 757 - 758 - [[package]] 759 - name = "r-efi" 760 - version = "5.2.0" 761 - source = "registry+https://github.com/rust-lang/crates.io-index" 762 - checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" 763 - 764 - [[package]] 765 - name = "rand" 766 - version = "0.9.1" 767 - source = "registry+https://github.com/rust-lang/crates.io-index" 768 - checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" 769 - dependencies = [ 770 - "rand_chacha", 771 - "rand_core", 772 - ] 773 - 774 - [[package]] 775 - name = "rand_chacha" 776 - version = "0.9.0" 777 - source = "registry+https://github.com/rust-lang/crates.io-index" 778 - checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 779 - dependencies = [ 780 - "ppv-lite86", 781 - "rand_core", 782 - ] 783 - 784 - [[package]] 785 - name = "rand_core" 786 - version = "0.9.3" 787 - source = "registry+https://github.com/rust-lang/crates.io-index" 788 - checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 789 - dependencies = [ 790 - "getrandom", 791 - ] 792 - 793 - [[package]] 794 - name = "regex" 795 - version = "1.11.1" 796 - source = "registry+https://github.com/rust-lang/crates.io-index" 797 - checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 798 - dependencies = [ 799 - "aho-corasick", 800 - "memchr", 801 - "regex-automata", 802 - "regex-syntax", 803 - ] 804 - 805 - [[package]] 806 - name = "regex-automata" 807 - version = "0.4.9" 808 - source = "registry+https://github.com/rust-lang/crates.io-index" 809 - checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 810 - dependencies = [ 811 - "aho-corasick", 812 - "memchr", 813 - "regex-syntax", 814 - ] 815 - 816 - [[package]] 817 - name = "regex-syntax" 818 - version = "0.8.5" 819 - source = "registry+https://github.com/rust-lang/crates.io-index" 820 - checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 821 - 822 - [[package]] 823 - name = "rustc-demangle" 824 - version = "0.1.25" 825 - source = "registry+https://github.com/rust-lang/crates.io-index" 826 - checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f" 827 - 828 - [[package]] 829 - name = "rustversion" 830 - version = "1.0.21" 831 - source = "registry+https://github.com/rust-lang/crates.io-index" 832 - checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" 833 - 834 - [[package]] 835 - name = "ryu" 836 - version = "1.0.20" 837 - source = "registry+https://github.com/rust-lang/crates.io-index" 838 - checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 839 - 840 - [[package]] 841 - name = "serde" 842 - version = "1.0.219" 843 - source = "registry+https://github.com/rust-lang/crates.io-index" 844 - checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 845 - dependencies = [ 846 - "serde_derive", 847 - ] 848 - 849 - [[package]] 850 - name = "serde_derive" 851 - version = "1.0.219" 852 - source = "registry+https://github.com/rust-lang/crates.io-index" 853 - checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 854 - dependencies = [ 855 - "proc-macro2", 856 - "quote", 857 - "syn", 858 - ] 859 - 860 - [[package]] 861 - name = "serde_json" 862 - version = "1.0.140" 863 - source = "registry+https://github.com/rust-lang/crates.io-index" 864 - checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" 865 - dependencies = [ 866 - "itoa", 867 - "memchr", 868 - "ryu", 869 - "serde", 870 - ] 871 - 872 - [[package]] 873 - name = "serde_path_to_error" 874 - version = "0.1.17" 875 - source = "registry+https://github.com/rust-lang/crates.io-index" 876 - checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a" 877 - dependencies = [ 878 - "itoa", 879 - "serde", 880 - ] 881 - 882 - [[package]] 883 - name = "serde_urlencoded" 884 - version = "0.7.1" 885 - source = "registry+https://github.com/rust-lang/crates.io-index" 886 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 887 - dependencies = [ 888 - "form_urlencoded", 889 - "itoa", 890 - "ryu", 891 - "serde", 892 - ] 893 - 894 - [[package]] 895 - name = "sha1" 896 - version = "0.10.6" 897 - source = "registry+https://github.com/rust-lang/crates.io-index" 898 - checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 899 - dependencies = [ 900 - "cfg-if", 901 - "cpufeatures", 902 - "digest", 903 - ] 904 - 905 - [[package]] 906 - name = "slab" 907 - version = "0.4.10" 908 - source = "registry+https://github.com/rust-lang/crates.io-index" 909 - checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d" 910 - 911 - [[package]] 912 - name = "smallvec" 913 - version = "1.15.1" 914 - source = "registry+https://github.com/rust-lang/crates.io-index" 915 - checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 916 - 917 - [[package]] 918 - name = "socket2" 919 - version = "0.5.10" 920 - source = "registry+https://github.com/rust-lang/crates.io-index" 921 - checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 922 - dependencies = [ 923 - "libc", 924 - "windows-sys 0.52.0", 925 - ] 926 - 927 - [[package]] 928 - name = "syn" 929 - version = "2.0.103" 930 - source = "registry+https://github.com/rust-lang/crates.io-index" 931 - checksum = "e4307e30089d6fd6aff212f2da3a1f9e32f3223b1f010fb09b7c95f90f3ca1e8" 932 - dependencies = [ 933 - "proc-macro2", 934 - "quote", 935 - "unicode-ident", 936 - ] 937 - 938 - [[package]] 939 - name = "sync_wrapper" 940 - version = "1.0.2" 941 - source = "registry+https://github.com/rust-lang/crates.io-index" 942 - checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 943 - 944 - [[package]] 945 - name = "thiserror" 946 - version = "2.0.12" 947 - source = "registry+https://github.com/rust-lang/crates.io-index" 948 - checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" 949 - dependencies = [ 950 - "thiserror-impl", 951 - ] 952 - 953 - [[package]] 954 - name = "thiserror-impl" 955 - version = "2.0.12" 956 - source = "registry+https://github.com/rust-lang/crates.io-index" 957 - checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" 958 - dependencies = [ 959 - "proc-macro2", 960 - "quote", 961 - "syn", 962 - ] 963 - 964 - [[package]] 965 - name = "tokio" 966 - version = "1.45.1" 967 - source = "registry+https://github.com/rust-lang/crates.io-index" 968 - checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" 969 - dependencies = [ 970 - "backtrace", 971 - "bytes", 972 - "libc", 973 - "mio", 974 - "pin-project-lite", 975 - "socket2", 976 - "tokio-macros", 977 - "windows-sys 0.52.0", 978 - ] 979 - 980 - [[package]] 981 - name = "tokio-macros" 982 - version = "2.5.0" 983 - source = "registry+https://github.com/rust-lang/crates.io-index" 984 - checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 985 - dependencies = [ 986 - "proc-macro2", 987 - "quote", 988 - "syn", 989 - ] 990 - 991 - [[package]] 992 - name = "tokio-stream" 993 - version = "0.1.17" 994 - source = "registry+https://github.com/rust-lang/crates.io-index" 995 - checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" 996 - dependencies = [ 997 - "futures-core", 998 - "pin-project-lite", 999 - "tokio", 1000 - ] 1001 - 1002 - [[package]] 1003 - name = "tokio-tungstenite" 1004 - version = "0.26.2" 1005 - source = "registry+https://github.com/rust-lang/crates.io-index" 1006 - checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084" 1007 - dependencies = [ 1008 - "futures-util", 1009 - "log", 1010 - "tokio", 1011 - "tungstenite", 1012 - ] 1013 - 1014 - [[package]] 1015 - name = "tower" 1016 - version = "0.5.2" 1017 - source = "registry+https://github.com/rust-lang/crates.io-index" 1018 - checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 1019 - dependencies = [ 1020 - "futures-core", 1021 - "futures-util", 1022 - "pin-project-lite", 1023 - "sync_wrapper", 1024 - "tokio", 1025 - "tower-layer", 1026 - "tower-service", 1027 - "tracing", 1028 - ] 1029 - 1030 - [[package]] 1031 - name = "tower-http" 1032 - version = "0.6.6" 1033 - source = "registry+https://github.com/rust-lang/crates.io-index" 1034 - checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 1035 - dependencies = [ 1036 - "bitflags", 1037 - "bytes", 1038 - "http", 1039 - "http-body", 1040 - "pin-project-lite", 1041 - "tower-layer", 1042 - "tower-service", 1043 - "tracing", 1044 - ] 1045 - 1046 - [[package]] 1047 - name = "tower-layer" 1048 - version = "0.3.3" 1049 - source = "registry+https://github.com/rust-lang/crates.io-index" 1050 - checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 1051 - 1052 - [[package]] 1053 - name = "tower-service" 1054 - version = "0.3.3" 1055 - source = "registry+https://github.com/rust-lang/crates.io-index" 1056 - checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 1057 - 1058 - [[package]] 1059 - name = "tracing" 1060 - version = "0.1.41" 1061 - source = "registry+https://github.com/rust-lang/crates.io-index" 1062 - checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 1063 - dependencies = [ 1064 - "log", 1065 - "pin-project-lite", 1066 - "tracing-attributes", 1067 - "tracing-core", 1068 - ] 1069 - 1070 - [[package]] 1071 - name = "tracing-attributes" 1072 - version = "0.1.29" 1073 - source = "registry+https://github.com/rust-lang/crates.io-index" 1074 - checksum = "1b1ffbcf9c6f6b99d386e7444eb608ba646ae452a36b39737deb9663b610f662" 1075 - dependencies = [ 1076 - "proc-macro2", 1077 - "quote", 1078 - "syn", 1079 - ] 1080 - 1081 - [[package]] 1082 - name = "tracing-core" 1083 - version = "0.1.34" 1084 - source = "registry+https://github.com/rust-lang/crates.io-index" 1085 - checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 1086 - dependencies = [ 1087 - "once_cell", 1088 - ] 1089 - 1090 - [[package]] 1091 - name = "tungstenite" 1092 - version = "0.26.2" 1093 - source = "registry+https://github.com/rust-lang/crates.io-index" 1094 - checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" 1095 - dependencies = [ 1096 - "bytes", 1097 - "data-encoding", 1098 - "http", 1099 - "httparse", 1100 - "log", 1101 - "rand", 1102 - "sha1", 1103 - "thiserror", 1104 - "utf-8", 1105 - ] 1106 - 1107 - [[package]] 1108 - name = "typenum" 1109 - version = "1.18.0" 1110 - source = "registry+https://github.com/rust-lang/crates.io-index" 1111 - checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 1112 - 1113 - [[package]] 1114 - name = "unicode-ident" 1115 - version = "1.0.18" 1116 - source = "registry+https://github.com/rust-lang/crates.io-index" 1117 - checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 1118 - 1119 - [[package]] 1120 - name = "unicode-xid" 1121 - version = "0.2.6" 1122 - source = "registry+https://github.com/rust-lang/crates.io-index" 1123 - checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 1124 - 1125 - [[package]] 1126 - name = "utf-8" 1127 - version = "0.7.6" 1128 - source = "registry+https://github.com/rust-lang/crates.io-index" 1129 - checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 1130 - 1131 - [[package]] 1132 - name = "utf8parse" 1133 - version = "0.2.2" 1134 - source = "registry+https://github.com/rust-lang/crates.io-index" 1135 - checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 1136 - 1137 - [[package]] 1138 - name = "uuid" 1139 - version = "1.17.0" 1140 - source = "registry+https://github.com/rust-lang/crates.io-index" 1141 - checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" 1142 - dependencies = [ 1143 - "getrandom", 1144 - "js-sys", 1145 - "serde", 1146 - "wasm-bindgen", 1147 - ] 1148 - 1149 - [[package]] 1150 - name = "version_check" 1151 - version = "0.9.5" 1152 - source = "registry+https://github.com/rust-lang/crates.io-index" 1153 - checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 1154 - 1155 - [[package]] 1156 - name = "wasi" 1157 - version = "0.11.1+wasi-snapshot-preview1" 1158 - source = "registry+https://github.com/rust-lang/crates.io-index" 1159 - checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 1160 - 1161 - [[package]] 1162 - name = "wasi" 1163 - version = "0.14.2+wasi-0.2.4" 1164 - source = "registry+https://github.com/rust-lang/crates.io-index" 1165 - checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 1166 - dependencies = [ 1167 - "wit-bindgen-rt", 1168 - ] 1169 - 1170 - [[package]] 1171 - name = "wasm-bindgen" 1172 - version = "0.2.100" 1173 - source = "registry+https://github.com/rust-lang/crates.io-index" 1174 - checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 1175 - dependencies = [ 1176 - "cfg-if", 1177 - "once_cell", 1178 - "rustversion", 1179 - "wasm-bindgen-macro", 1180 - ] 1181 - 1182 - [[package]] 1183 - name = "wasm-bindgen-backend" 1184 - version = "0.2.100" 1185 - source = "registry+https://github.com/rust-lang/crates.io-index" 1186 - checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 1187 - dependencies = [ 1188 - "bumpalo", 1189 - "log", 1190 - "proc-macro2", 1191 - "quote", 1192 - "syn", 1193 - "wasm-bindgen-shared", 1194 - ] 1195 - 1196 - [[package]] 1197 - name = "wasm-bindgen-macro" 1198 - version = "0.2.100" 1199 - source = "registry+https://github.com/rust-lang/crates.io-index" 1200 - checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 1201 - dependencies = [ 1202 - "quote", 1203 - "wasm-bindgen-macro-support", 1204 - ] 1205 - 1206 - [[package]] 1207 - name = "wasm-bindgen-macro-support" 1208 - version = "0.2.100" 1209 - source = "registry+https://github.com/rust-lang/crates.io-index" 1210 - checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 1211 - dependencies = [ 1212 - "proc-macro2", 1213 - "quote", 1214 - "syn", 1215 - "wasm-bindgen-backend", 1216 - "wasm-bindgen-shared", 1217 - ] 1218 - 1219 - [[package]] 1220 - name = "wasm-bindgen-shared" 1221 - version = "0.2.100" 1222 - source = "registry+https://github.com/rust-lang/crates.io-index" 1223 - checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 1224 - dependencies = [ 1225 - "unicode-ident", 1226 - ] 1227 - 1228 - [[package]] 1229 - name = "windows-sys" 1230 - version = "0.52.0" 1231 - source = "registry+https://github.com/rust-lang/crates.io-index" 1232 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 1233 - dependencies = [ 1234 - "windows-targets", 1235 - ] 1236 - 1237 - [[package]] 1238 - name = "windows-sys" 1239 - version = "0.59.0" 1240 - source = "registry+https://github.com/rust-lang/crates.io-index" 1241 - checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 1242 - dependencies = [ 1243 - "windows-targets", 1244 - ] 1245 - 1246 - [[package]] 1247 - name = "windows-targets" 1248 - version = "0.52.6" 1249 - source = "registry+https://github.com/rust-lang/crates.io-index" 1250 - checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 1251 - dependencies = [ 1252 - "windows_aarch64_gnullvm", 1253 - "windows_aarch64_msvc", 1254 - "windows_i686_gnu", 1255 - "windows_i686_gnullvm", 1256 - "windows_i686_msvc", 1257 - "windows_x86_64_gnu", 1258 - "windows_x86_64_gnullvm", 1259 - "windows_x86_64_msvc", 1260 - ] 1261 - 1262 - [[package]] 1263 - name = "windows_aarch64_gnullvm" 1264 - version = "0.52.6" 1265 - source = "registry+https://github.com/rust-lang/crates.io-index" 1266 - checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 1267 - 1268 - [[package]] 1269 - name = "windows_aarch64_msvc" 1270 - version = "0.52.6" 1271 - source = "registry+https://github.com/rust-lang/crates.io-index" 1272 - checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 1273 - 1274 - [[package]] 1275 - name = "windows_i686_gnu" 1276 - version = "0.52.6" 1277 - source = "registry+https://github.com/rust-lang/crates.io-index" 1278 - checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 1279 - 1280 - [[package]] 1281 - name = "windows_i686_gnullvm" 1282 - version = "0.52.6" 1283 - source = "registry+https://github.com/rust-lang/crates.io-index" 1284 - checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 1285 - 1286 - [[package]] 1287 - name = "windows_i686_msvc" 1288 - version = "0.52.6" 1289 - source = "registry+https://github.com/rust-lang/crates.io-index" 1290 - checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 1291 - 1292 - [[package]] 1293 - name = "windows_x86_64_gnu" 1294 - version = "0.52.6" 1295 - source = "registry+https://github.com/rust-lang/crates.io-index" 1296 - checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 1297 - 1298 - [[package]] 1299 - name = "windows_x86_64_gnullvm" 1300 - version = "0.52.6" 1301 - source = "registry+https://github.com/rust-lang/crates.io-index" 1302 - checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 1303 - 1304 - [[package]] 1305 - name = "windows_x86_64_msvc" 1306 - version = "0.52.6" 1307 - source = "registry+https://github.com/rust-lang/crates.io-index" 1308 - checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 1309 - 1310 - [[package]] 1311 - name = "wit-bindgen-rt" 1312 - version = "0.39.0" 1313 - source = "registry+https://github.com/rust-lang/crates.io-index" 1314 - checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 1315 - dependencies = [ 1316 - "bitflags", 1317 - ] 1318 - 1319 - [[package]] 1320 - name = "zerocopy" 1321 - version = "0.8.25" 1322 - source = "registry+https://github.com/rust-lang/crates.io-index" 1323 - checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb" 1324 - dependencies = [ 1325 - "zerocopy-derive", 1326 - ] 1327 - 1328 - [[package]] 1329 - name = "zerocopy-derive" 1330 - version = "0.8.25" 1331 - source = "registry+https://github.com/rust-lang/crates.io-index" 1332 - checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef" 1333 - dependencies = [ 1334 - "proc-macro2", 1335 - "quote", 1336 - "syn", 1337 - ]
+4 -1
manhunt-signaling/main.rs
··· 330 330 }) 331 331 .build(); 332 332 333 - info!("Starting manhunt signaling server {}", env!("CARGO_PKG_VERSION")); 333 + info!( 334 + "Starting manhunt signaling server {}", 335 + env!("CARGO_PKG_VERSION") 336 + ); 334 337 335 338 server.serve().await.context("Error while running server") 336 339 }
+35
nix/packages/manhunt-signaling.nix
··· 1 + { 2 + lib, 3 + clippy, 4 + rustPlatform, 5 + }: 6 + rustPlatform.buildRustPackage { 7 + pname = "manhunt-signaling"; 8 + version = "0.1.0"; 9 + src = with lib.fileset; 10 + toSource { 11 + root = ../../.; 12 + fileset = unions [ 13 + ../../Cargo.toml 14 + ../../Cargo.lock 15 + ../../backend 16 + ../../manhunt-signaling 17 + ]; 18 + }; 19 + cargoLock.lockFile = ../../Cargo.lock; 20 + buildAndTestSubdir = "manhunt-signaling"; 21 + 22 + postCheck = '' 23 + cargo clippy -p manhunt-signaling --no-deps -- -D warnings 24 + ''; 25 + 26 + nativeBuildInputs = [clippy]; 27 + 28 + meta = with lib; { 29 + description = "Signaling server for Manhunt app"; 30 + mainProgram = "manhunt-signaling"; 31 + platforms = platforms.linux; 32 + license = licenses.gpl3; 33 + maintainers = with maintainers; [bwc9876]; 34 + }; 35 + }
+14 -5
nix/packages/manhunt.nix
··· 16 16 rustPlatform.buildRustPackage { 17 17 pname = "manhunt"; 18 18 version = "0.1.0"; 19 - # TODO: fileset 20 - src = ../../backend; 21 - cargoLock.lockFile = ../../backend/Cargo.lock; 19 + src = with lib.fileset; 20 + toSource { 21 + root = ../../.; 22 + fileset = unions [ 23 + ../../Cargo.toml 24 + ../../Cargo.lock 25 + ../../backend 26 + ../../manhunt-signaling 27 + ]; 28 + }; 29 + cargoLock.lockFile = ../../Cargo.lock; 30 + buildAndTestSubdir = "backend"; 22 31 buildFeatures = [ 23 32 "tauri/custom-protocol" 24 33 ]; 25 34 26 35 postCheck = '' 27 - cargo clippy --no-deps -- -D warnings 36 + cargo clippy -p backend --no-deps -- -D warnings 28 37 ''; 29 38 30 39 nativeBuildInputs = [ ··· 44 53 ]; 45 54 46 55 postPatch = '' 47 - substituteInPlace tauri.conf.json \ 56 + substituteInPlace backend/tauri.conf.json \ 48 57 --replace '"frontendDist": "../frontend/dist"' '"frontendDist": "${manhunt-frontend}"' 49 58 ''; 50 59