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