4237 4412 | version = "4.4.2"
|
4238 4413 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4239 4414 | checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
4240 4415 | dependencies = [
|
4241 4416 | "either",
|
4242 4417 | "home",
|
4243 4418 | "once_cell",
|
4244 4419 | "rustix 0.38.44",
|
4245 4420 | ]
|
4246 4421 |
|
4422 + | [[package]]
|
4423 + | name = "widestring"
|
4424 + | version = "1.2.0"
|
4425 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4426 + | checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d"
|
4427 + |
|
4247 4428 | [[package]]
|
4248 4429 | name = "winapi"
|
4249 4430 | version = "0.3.9"
|
4250 4431 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4251 4432 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
4252 4433 | dependencies = [
|
4253 4434 | "winapi-i686-pc-windows-gnu",
|
4254 4435 | "winapi-x86_64-pc-windows-gnu",
|
4255 4436 | ]
|
4256 4437 |
|
4257 4438 | [[package]]
|
4258 4439 | name = "winapi-i686-pc-windows-gnu"
|
4259 4440 | version = "0.4.0"
|
4260 4441 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4261 4442 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
4262 4443 |
|
4263 4444 | [[package]]
|
4264 4445 | name = "winapi-util"
|
4265 4446 | version = "0.1.10"
|
4266 4447 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4267 4448 | checksum = "0978bf7171b3d90bac376700cb56d606feb40f251a475a5d6634613564460b22"
|
4268 4449 | dependencies = [
|
4269 4450 | "windows-sys 0.60.2",
|
4270 4451 | ]
|
4271 4452 |
|
4272 4453 | [[package]]
|
4273 4454 | name = "winapi-x86_64-pc-windows-gnu"
|
4274 4455 | version = "0.4.0"
|
4275 4456 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4276 4457 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
4277 4458 |
|
4459 + | [[package]]
|
4460 + | name = "windows"
|
4461 + | version = "0.61.3"
|
4462 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4463 + | checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
|
4464 + | dependencies = [
|
4465 + | "windows-collections",
|
4466 + | "windows-core",
|
4467 + | "windows-future",
|
4468 + | "windows-link",
|
4469 + | "windows-numerics",
|
4470 + | ]
|
4471 + |
|
4472 + | [[package]]
|
4473 + | name = "windows-collections"
|
4474 + | version = "0.2.0"
|
4475 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4476 + | checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
|
4477 + | dependencies = [
|
4478 + | "windows-core",
|
4479 + | ]
|
4480 + |
|
4481 + | [[package]]
|
4482 + | name = "windows-core"
|
4483 + | version = "0.61.2"
|
4484 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4485 + | checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
|
4486 + | dependencies = [
|
4487 + | "windows-implement",
|
4488 + | "windows-interface",
|
4489 + | "windows-link",
|
4490 + | "windows-result",
|
4491 + | "windows-strings",
|
4492 + | ]
|
4493 + |
|
4494 + | [[package]]
|
4495 + | name = "windows-future"
|
4496 + | version = "0.2.1"
|
4497 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4498 + | checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
|
4499 + | dependencies = [
|
4500 + | "windows-core",
|
4501 + | "windows-link",
|
4502 + | "windows-threading",
|
4503 + | ]
|
4504 + |
|
4505 + | [[package]]
|
4506 + | name = "windows-implement"
|
4507 + | version = "0.60.0"
|
4508 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4509 + | checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
|
4510 + | dependencies = [
|
4511 + | "proc-macro2",
|
4512 + | "quote",
|
4513 + | "syn 2.0.106",
|
4514 + | ]
|
4515 + |
|
4516 + | [[package]]
|
4517 + | name = "windows-interface"
|
4518 + | version = "0.59.1"
|
4519 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4520 + | checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
|
4521 + | dependencies = [
|
4522 + | "proc-macro2",
|
4523 + | "quote",
|
4524 + | "syn 2.0.106",
|
4525 + | ]
|
4526 + |
|
4278 4527 | [[package]]
|
4279 4528 | name = "windows-link"
|
4280 4529 | version = "0.1.3"
|
4281 4530 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4282 4531 | checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
|
4283 4532 |
|
4533 + | [[package]]
|
4534 + | name = "windows-numerics"
|
4535 + | version = "0.2.0"
|
4536 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4537 + | checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
|
4538 + | dependencies = [
|
4539 + | "windows-core",
|
4540 + | "windows-link",
|
4541 + | ]
|
4542 + |
|
4284 4543 | [[package]]
|
4285 4544 | name = "windows-registry"
|
4286 4545 | version = "0.5.3"
|
4287 4546 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4288 4547 | checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
|
4289 4548 | dependencies = [
|
4290 4549 | "windows-link",
|
4291 4550 | "windows-result",
|
4292 4551 | "windows-strings",
|
4293 4552 | ]
|
4294 4553 |
|
4295 4554 | [[package]]
|
4296 4555 | name = "windows-result"
|
4297 4556 | version = "0.3.4"
|
4298 4557 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4299 4558 | checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
|
4300 4559 | dependencies = [
|
4301 4560 | "windows-link",
|
4302 4561 | ]
|
4303 4562 |
|
4304 4563 | [[package]]
|
4305 4564 | name = "windows-strings"
|
4306 4565 | version = "0.4.2"
|
4307 4566 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4308 4567 | checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
|
4309 4568 | dependencies = [
|
4310 4569 | "windows-link",
|
4311 4570 | ]
|
4312 4571 |
|
4572 + | [[package]]
|
4573 + | name = "windows-sys"
|
4574 + | version = "0.48.0"
|
4575 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4576 + | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
4577 + | dependencies = [
|
4578 + | "windows-targets 0.48.5",
|
4579 + | ]
|
4580 + |
|
4313 4581 | [[package]]
|
4314 4582 | name = "windows-sys"
|
4315 4583 | version = "0.52.0"
|
4316 4584 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4317 4585 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
4318 4586 | dependencies = [
|
4319 4587 | "windows-targets 0.52.6",
|
4320 4588 | ]
|
4321 4589 |
|
4322 4590 | [[package]]
|
4323 4591 | name = "windows-sys"
|
4324 4592 | version = "0.59.0"
|
4325 4593 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4326 4594 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
4327 4595 | dependencies = [
|
4328 4596 | "windows-targets 0.52.6",
|
4329 4597 | ]
|
4330 4598 |
|
4331 4599 | [[package]]
|
4332 4600 | name = "windows-sys"
|
4333 4601 | version = "0.60.2"
|
4334 4602 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4335 4603 | checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
4336 4604 | dependencies = [
|
4337 4605 | "windows-targets 0.53.3",
|
4338 4606 | ]
|
4339 4607 |
|
4608 + | [[package]]
|
4609 + | name = "windows-targets"
|
4610 + | version = "0.48.5"
|
4611 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4612 + | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
4613 + | dependencies = [
|
4614 + | "windows_aarch64_gnullvm 0.48.5",
|
4615 + | "windows_aarch64_msvc 0.48.5",
|
4616 + | "windows_i686_gnu 0.48.5",
|
4617 + | "windows_i686_msvc 0.48.5",
|
4618 + | "windows_x86_64_gnu 0.48.5",
|
4619 + | "windows_x86_64_gnullvm 0.48.5",
|
4620 + | "windows_x86_64_msvc 0.48.5",
|
4621 + | ]
|
4622 + |
|
4340 4623 | [[package]]
|
4341 4624 | name = "windows-targets"
|
4342 4625 | version = "0.52.6"
|
4343 4626 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4344 4627 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
4345 4628 | dependencies = [
|
4346 4629 | "windows_aarch64_gnullvm 0.52.6",
|
4347 4630 | "windows_aarch64_msvc 0.52.6",
|
4348 4631 | "windows_i686_gnu 0.52.6",
|
4349 4632 | "windows_i686_gnullvm 0.52.6",
|
4350 4633 | "windows_i686_msvc 0.52.6",
|
4351 4634 | "windows_x86_64_gnu 0.52.6",
|
4352 4635 | "windows_x86_64_gnullvm 0.52.6",
|
4353 4636 | "windows_x86_64_msvc 0.52.6",
|
4354 4637 | ]
|
4355 4638 |
|
4356 4639 | [[package]]
|
4357 4640 | name = "windows-targets"
|
4358 4641 | version = "0.53.3"
|
4359 4642 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4360 4643 | checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
|
4361 4644 | dependencies = [
|
4362 4645 | "windows-link",
|
4363 4646 | "windows_aarch64_gnullvm 0.53.0",
|
4364 4647 | "windows_aarch64_msvc 0.53.0",
|
4365 4648 | "windows_i686_gnu 0.53.0",
|
4366 4649 | "windows_i686_gnullvm 0.53.0",
|
4367 4650 | "windows_i686_msvc 0.53.0",
|
4368 4651 | "windows_x86_64_gnu 0.53.0",
|
4369 4652 | "windows_x86_64_gnullvm 0.53.0",
|
4370 4653 | "windows_x86_64_msvc 0.53.0",
|
4371 4654 | ]
|
4372 4655 |
|
4656 + | [[package]]
|
4657 + | name = "windows-threading"
|
4658 + | version = "0.1.0"
|
4659 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4660 + | checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
|
4661 + | dependencies = [
|
4662 + | "windows-link",
|
4663 + | ]
|
4664 + |
|
4665 + | [[package]]
|
4666 + | name = "windows_aarch64_gnullvm"
|
4667 + | version = "0.48.5"
|
4668 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4669 + | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
4670 + |
|
4373 4671 | [[package]]
|
4374 4672 | name = "windows_aarch64_gnullvm"
|
4375 4673 | version = "0.52.6"
|
4376 4674 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4377 4675 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
4378 4676 |
|
4379 4677 | [[package]]
|
4380 4678 | name = "windows_aarch64_gnullvm"
|
4381 4679 | version = "0.53.0"
|
4382 4680 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4383 4681 | checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
|
4384 4682 |
|
4683 + | [[package]]
|
4684 + | name = "windows_aarch64_msvc"
|
4685 + | version = "0.48.5"
|
4686 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4687 + | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
4688 + |
|
4385 4689 | [[package]]
|
4386 4690 | name = "windows_aarch64_msvc"
|
4387 4691 | version = "0.52.6"
|
4388 4692 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4389 4693 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
4390 4694 |
|
4391 4695 | [[package]]
|
4392 4696 | name = "windows_aarch64_msvc"
|
4393 4697 | version = "0.53.0"
|
4394 4698 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4395 4699 | checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
|
4396 4700 |
|
4701 + | [[package]]
|
4702 + | name = "windows_i686_gnu"
|
4703 + | version = "0.48.5"
|
4704 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4705 + | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
4706 + |
|
4397 4707 | [[package]]
|
4398 4708 | name = "windows_i686_gnu"
|
4399 4709 | version = "0.52.6"
|
4400 4710 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4401 4711 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
4402 4712 |
|
4403 4713 | [[package]]
|
4404 4714 | name = "windows_i686_gnu"
|
4405 4715 | version = "0.53.0"
|
4406 4716 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4407 4717 | checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
|
4408 4718 |
|
4409 4719 | [[package]]
|
4410 4720 | name = "windows_i686_gnullvm"
|
4411 4721 | version = "0.52.6"
|
4412 4722 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4413 4723 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
4414 4724 |
|
4415 4725 | [[package]]
|
4416 4726 | name = "windows_i686_gnullvm"
|
4417 4727 | version = "0.53.0"
|
4418 4728 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4419 4729 | checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
|
4420 4730 |
|
4731 + | [[package]]
|
4732 + | name = "windows_i686_msvc"
|
4733 + | version = "0.48.5"
|
4734 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4735 + | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
4736 + |
|
4421 4737 | [[package]]
|
4422 4738 | name = "windows_i686_msvc"
|
4423 4739 | version = "0.52.6"
|
4424 4740 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4425 4741 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
4426 4742 |
|
4427 4743 | [[package]]
|
4428 4744 | name = "windows_i686_msvc"
|
4429 4745 | version = "0.53.0"
|
4430 4746 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4431 4747 | checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
|
4432 4748 |
|
4749 + | [[package]]
|
4750 + | name = "windows_x86_64_gnu"
|
4751 + | version = "0.48.5"
|
4752 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4753 + | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
4754 + |
|
4433 4755 | [[package]]
|
4434 4756 | name = "windows_x86_64_gnu"
|
4435 4757 | version = "0.52.6"
|
4436 4758 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4437 4759 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
4438 4760 |
|
4439 4761 | [[package]]
|
4440 4762 | name = "windows_x86_64_gnu"
|
4441 4763 | version = "0.53.0"
|
4442 4764 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4443 4765 | checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
|
4444 4766 |
|
4767 + | [[package]]
|
4768 + | name = "windows_x86_64_gnullvm"
|
4769 + | version = "0.48.5"
|
4770 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4771 + | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
4772 + |
|
4445 4773 | [[package]]
|
4446 4774 | name = "windows_x86_64_gnullvm"
|
4447 4775 | version = "0.52.6"
|
4448 4776 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4449 4777 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
4450 4778 |
|
4451 4779 | [[package]]
|
4452 4780 | name = "windows_x86_64_gnullvm"
|
4453 4781 | version = "0.53.0"
|
4454 4782 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4455 4783 | checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
|
4456 4784 |
|
4785 + | [[package]]
|
4786 + | name = "windows_x86_64_msvc"
|
4787 + | version = "0.48.5"
|
4788 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4789 + | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
4790 + |
|
4457 4791 | [[package]]
|
4458 4792 | name = "windows_x86_64_msvc"
|
4459 4793 | version = "0.52.6"
|
4460 4794 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4461 4795 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
4462 4796 |
|
4463 4797 | [[package]]
|
4464 4798 | name = "windows_x86_64_msvc"
|
4465 4799 | version = "0.53.0"
|
4466 4800 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4467 4801 | checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
|
4468 4802 |
|
4803 + | [[package]]
|
4804 + | name = "winreg"
|
4805 + | version = "0.50.0"
|
4806 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4807 + | checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
4808 + | dependencies = [
|
4809 + | "cfg-if",
|
4810 + | "windows-sys 0.48.0",
|
4811 + | ]
|
4812 + |
|
4469 4813 | [[package]]
|
4470 4814 | name = "wit-bindgen"
|
4471 4815 | version = "0.19.2"
|
4472 4816 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4473 4817 | checksum = "b37d270da94012e0ac490ac633ad5bdd76a10a3fb15069edb033c1b771ce931f"
|
4474 4818 | dependencies = [
|
4475 4819 | "bitflags 2.9.2",
|
4476 4820 | ]
|
4477 4821 |
|
4478 4822 | [[package]]
|